@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900);
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	font-family: 'Noto Sans SC', Arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	outline: none !important;
}

b,
strong {
	font-weight: bold !important;
}

ul,
ol {
	list-style: none;
}

q {
	quotes: none;
}

table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

embed {
	vertical-align: top;
}

input,
button {
	-webkit-appearance: none;
	outline: none;
	font-family: 'Noto Sans SC', Arial, sans-serif;
	font-weight: 400;
}

button::-moz-focus-inner {
	border: 0;
}

html,
body {
	height: 100%;
}

/* public */
.clear {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*body*/
body {
	background-color: #FFFFFF;
	font-family: 'Noto Sans SC', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	color: #444444;
}

/*header*/
.header-top{
	background-color: #ececec;
	height: 46px;
}
.header-top a{
	color: #6a6a6a;
	text-decoration: none;
	line-height: 46px;
}
.header-top a:hover{
	color: #4fb8d5;
}
.header-top-1 a{
	margin-right: 20px;
}
.header-top-2 a{
	margin-left: 20px;
}
.header-main-mobile{
	font-size: 24px;
	font-weight: 700;
	line-height: 120px;
}
.header-main-mobile span{
	color: #4fb8d5;
}
.header-main-search{
	padding: 40px 0;
}
.header-main-search form{
	height: 40px;
	position: relative;
}

.header-main-search form input {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #ffffff;
	height: 40px;
	padding: 10px;
	color: #c9c9c9;
	border: 1px solid #d8d8d8;
	outline: none;
	resize: none;
	padding-right: 73px;
}

.header-main-search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	margin-top: 0;
	font-size: 24px;
	line-height: 40px;
	background-color: #4fb8d5;
	color: #ffffff;
	cursor: pointer;
	padding: 0 20px;
}
/* header-nav */
.header-nav{
	background-color: #172a3a;
}
.navbar {
	margin-bottom: 0;
	border: 0;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.u-navbar-style {
	border-radius: 0px;
	background-color: #172a3a;
	color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-top: 0;
	border-color: #172a3a;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #4fb8d5;
	background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #4fb8d5;
	background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 18px 25px;
	font-weight: 300;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #4fb8d5;
	background-color: #ffffff;
}

.navbar-nav>li>.u-dropdown-menu-bg {
	background: none;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	padding: 0;

}

.navbar-nav>li>.u-dropdown-menu-bg>ul {
	border: 0;
	background-color: #172a3a;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
}

.navbar-nav>li>.u-dropdown-menu-bg li {
	border-top: 1px solid #172a3a;
}
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a {
	display: block;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	padding: 10px 20px 10px 10px;
	list-style: none;
	text-decoration: none;
	color: #ffffff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #172a3a;
}
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a:hover,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a:focus,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li.open>a {
	background-color: #172a3a;
	color: #4fb8d5;
}

.dropdown-submenu>.dropdown-menu {
	top: -1px;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background-color: #172a3a;
}
.dropdown-submenu>.dropdown-menu li {
	border-left: 1px solid #172a3a;
}
.dropdown-submenu .dropdown-menu a {
	color: #ffffff;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	padding: 10px 20px 10px 10px;
}

.dropdown-submenu .dropdown-menu a:hover,
.dropdown-submenu .dropdown-menu a:focus,
.dropdown-submenu .dropdown-menu>ul>li.open>a {
	background-color: #172a3a;
	color: #4fb8d5;
}

.dropdown-submenu .dropdown-menu>.active>a,
.dropdown-submenu .dropdown-menu>.active>a:focus,
.dropdown-submenu .dropdown-menu>.active>a:hover {
	background-color: #172a3a;
	color: #4fb8d5;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #4fb8d5;
}

.navbar-nav>li>.u-dropdown-menu-bg>ul>li.open>ul>li.open>a,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>ul>li>a:hover,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>ul>li>a:focus {
	color: #4fb8d5;
}


.navbar .nav > li:hover .u-dropdown-menu-bg {
	display: block;
}
.navbar .nav > li > div > ul > li:hover .u-dropdown-menu-bg-2 {
	display: block;
}
.navbar .nav > li > div > ul > li > ul > li:hover .u-dropdown-menu-bg-3 {
	display: block;
}


.banner{
	background-color: #14212d;
}


.pgwSlideshow .ps-list li .ps-item.ps-selected {
	float: left;
	opacity: 0.6;
	border: 4px solid #fff;
	overflow: hidden;
}

.pgwSlideshow .ps-list li .ps-item {
	display: block;
	margin: 15px 8px;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #ffffff;
}
.pgwSlideshow .ps-list li .ps-item:hover {
	opacity: 0.6;
}


.animated-left {
	-webkit-animation:fadeInLeft 1s .2s ease both;
	-moz-animation:fadeInLeft 1s .2s ease both;
	color: #4fb8d5;
}
.animated-right {
	-webkit-animation:fadeInRight 1s .2s ease both;
	-moz-animation:fadeInRight 1s .2s ease both;
	font-weight: bold;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0)
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity:0;
		-moz-transform:translateX(-100px)
	}
	100% {
		opacity:1;
		-moz-transform:translateX(0)
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translateX(100px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0)
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity:0;
		-moz-transform:translateX(100px)
	}
	100% {
		opacity:1;
		-moz-transform:translateX(0)
	}
}




.home-body-main-title{
	background-color: #6460aa;
}


/* home-main-product-list */
.home-main-product-list{
	padding: 30px 0;
}

.list-product-border {
	width: 100%;
	background-color: #ffffff;
}

.list-product-img {
	border: 1px solid #e3e3e3;
}

.list-product-text {
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.list-product-noid{
	margin-top: 20px;
}
.list-product-noid a {
	color: #444444;
	font-size: 18px;
	text-decoration: none;
}

.list-product-noid a:hover {
	color: #444444;
}
.list-product-name {
	margin-top: 10px;
}
.list-product-name a {
	color: #4fb8d5;
	font-size: 22px;
	text-decoration: none;
}

.list-product-name a:hover {
	color: #444444;
}


















/* second-navigation */
.second-navigation-main{
	background-color: #f1f3f5;
	padding: 12px 20px;
	margin-top: 20px;
}
.second-navigation span {
	color: #444444;
}
.second-navigation span i.fa-angle-right{
	color: #cccccc;
	margin: 0 6px;
}
.second-navigation span a {
	color: #444444;
	text-decoration: none;
}

.second-navigation span a:hover {
	color: #4fb8d5;
}

.second-navigation span i {
	font-size: 18px;
}


.other-body {
	background-color: #ffffff;
	margin-top: 20px;
}


/* other-body-list */
.other-body-list{
	margin-bottom: 30px;
}
.other-body-list-item{
	display: block;
	background-color: #f1f3f5;
	padding: 12px 5px;
	font-size: 20px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	margin-bottom: 15px;
}
.other-body-list-item:hover{
	color: #4fb8d5;
	text-decoration: none;
}


/* other-title-left */
.other-title-left{
	padding-left: 15px;
	margin-bottom: 30px;
}
.other-title-left h2{
	display: block;
	position: relative;
	font-size: 30px;
}

/* other-title-center */
.other-title-center h2 {
	position: relative;
	text-align: center;
} 

.other-title-center h2 span {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	padding: 0 20px;
}

/* other-content */
.other-content {
	padding: 30px 0;
	line-height: 24px;
	overflow: hidden;
}
.other-content-name{
	text-align: center;
	padding-bottom: 30px;
}

.other-content-name h3{
	margin: 0;
	font-size: 30px;
	color: #444444;
	font-weight: 400;
}

.other-content-msg{
	text-align: center;
	font-size: 18px;
	color: #1f466f;
	padding-bottom: 30px;
}

.other-content-msg span{
	margin: 0 15px;
	color: #4fb8d5;
}
.other-content-msg span i{
	margin-right: 10px;
}
.other-content-img{
	margin-bottom: 30px;
}
.other-content-video{
	text-align: center;
}


/* other-product-feedback .other-configurator-feedback*/
.other-configurator-feedback{
	margin-bottom: 50px;
}
.other-product-feedback,.other-configurator-feedback{
	padding-top: 50px;
}

.other-product-feedback label,.other-configurator-feedback label{
	font-weight: 400;
}

.other-product-feedback input,.other-configurator-feedback input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.other-product-feedback textarea,.other-configurator-feedback textarea{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 224px;
}

.other-product-feedback .input-group-addon,.other-configurator-feedback .input-group-addon{
	padding: 0;
	border-radius: 0;
	background-color: #fafafa;
}

.other-product-feedback .input-group-addon img,.other-configurator-feedback .input-group-addon img{
	cursor: pointer;
	height: 44px;
}

.other-product-feedback button,.other-configurator-feedback button{
	background-color: #4fb8d5;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 30px;
	margin-right: 10px;
	margin-top: 28px;
}

.other-product-feedback button:hover,.other-configurator-feedback button:hover{
	background-color: #444444;
	color: #ffffff;
}


/* list-configurator */
.list-configurator{
	margin-bottom: 30px;
}
.list-configurator-img{
	float: left;
	border: 1px solid #e4e4e4;
}
.list-configurator-img:hover{
	border: 1px solid #4fb8d5;
}
.list-configurator-text{
	float: left;
	font-size: 25px;
	color: #444444;
	margin-left: 20px;
}

.configurator-main-img img{
	border: 1px solid #e4e4e4;
	width: 100%;
}
.configurator-gather{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.configurator-gather button{
	background-color: #4fb8d5;
	color: #ffffff;
	font-size: 20px;
	padding: 12px 120px;
}
.configurator-gather button i{
	padding-left: 20px;
}
.configurator-gather button:hover{
	background-color: #444444;
	color: #ffffff;
}


.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading {
	background-color: #f1f3f5;
	border-radius: 0;
	border: none;
	color: #444444;
	padding: 0;
}

.panel-title a {
	display: block;
	color: #444444;
	padding: 15px 20px;
	position: relative;
	font-size: 20px;
	font-weight: 400;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	border-radius: 0;
}

.panel:last-child .panel-heading {
	border-radius: 0;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;

}

#accordion .panel-heading a:before {
	content: '\f106';
	font-size: 24px;
	position: absolute;
	font-family: 'FontAwesome';
	right: 20px;
	top: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 0px solid #ddd;
}


.configurator-preview{
	float: left;
	width: 18%;
	margin: 0 1%;
}
.configurator-preview button{
	display: block;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 0;
}
.configurator-preview button:hover{
	border: 1px solid #4fb8d5;
}
.configurator-preview button img{
	width: 100%;
}
.configurator-preview-name{
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	margin-top: 10px;
	color: #444444;
}
.configurator-preview.active button{
	border: 1px solid #4fb8d5;
}
.configurator-preview.active div.configurator-preview-name{
	color: #4fb8d5;
}


/* configurator-id */
.configurator-id{
	font-size: 20px;
	color: #444444;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* configurator-list */
.configurator-list-img img{
	border: 1px solid #e4e4e4;
	width: 100%;
}
.configurator-list-title{
	font-size: 16px;
	padding: 12px 0;
}
.configurator-list-item{
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
}
.configurator-list-item .text-left{
	font-size: 18px;
	font-weight: 700;
}
.configurator-list-item .text-right{
	font-size: 16px;
}






/* other-news-list */
.other-news-list{
	border-top: 1px solid #e4e4e4;
	padding-top: 40px;
}

.other-news-item{
	margin-bottom: 30px;
	background-color: #fafafa;
	padding-left: 0;
}

.other-news-img{
	float: left;
	width: 40%;
}

.other-news-text{
	float: left;
	width: 60%;
	padding: 0 15px 0 30px;
}

.other-news-name a{
	text-decoration: none;
}

.other-news-name h3{
	font-size: 24px;
	font-weight: 400;
	color: #444444;
	line-height: 40px;
}

.other-news-name a:hover h3{
	color: #4fb8d5;
}

.other-news-msg{
	font-size: 18px;
	color: #4fb8d5;
	margin-bottom: 20px;
}
.other-news-msg span{
	margin-right: 30px;
}
.other-news-msg span i{
	margin-right: 10px;
}
.other-news-content{
	line-height: 16px;
	color: #444444;
	line-height: 24px;
}
.other-news-learnmore{
	margin-top: 30px;
}
.other-news-learnmore a{
	display: inline-block;
	padding: 10px 30px;
	background-color: #4fb8d5;
	color: #ffffff;
	text-decoration: none;
}


/* other-video-list */
.other-video-list{
	border-top: 1px solid #e4e4e4;
	padding-top: 40px;
}
.other-video-list-item{
	margin-bottom: 30px;
}
.other-video-list-img{
	border: 1px solid #e5e5e5;
}
.other-video-list-name{
	padding: 0 10px;
	text-align: center;
}
.other-video-list-name a{
	color: #444444;
	text-decoration: none;
}

.other-video-list-name a:hover{
	color: #4fb8d5;
}

.other-video-list-name h3{
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.other-video-list-author{
	font-size: 18px;
	color: #4db7d4;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
.other-video-list-author span{
	margin: 0 10px;
}
.other-video-list-author span i{
	margin-right: 10px;
}






.other-form-feedback{
	margin-bottom: 50px;
}

.other-form-feedback label{
	font-weight: 400;
}

.other-form-feedback input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.other-form-feedback textarea{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 224px;
}

.other-form-feedback .input-group-addon{
	padding: 0;
	border-radius: 0;
	background-color: #fafafa;
}

.other-form-feedback .input-group-addon img{
	cursor: pointer;
	height: 44px;
}

.other-form-feedback button{
	background-color: #4fb8d5;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 30px;
	margin-right: 10px;
	margin-top: 28px;
}

.other-form-feedback button:hover{
	background-color: #444444;
	color: #ffffff;
}


.other-form-feedback .form-text{
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
}
.other-form-feedback .form-text span{
	margin: 0 10px;
}






















/* other-product-list */
.other-product-list{
	border-top: 1px solid #e4e4e4;
	padding-top: 40px;
}

.other-product-border {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.other-product-img {
	border: 1px solid #e3e3e3;
}

.other-product-text {
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.other-product-noid{
	margin-top: 20px;
}
.other-product-noid a {
	color: #444444;
	font-size: 18px;
	text-decoration: none;
}

.other-product-noid a:hover {
	color: #444444;
}
.other-product-name {
	margin-top: 10px;
}
.other-product-name a {
	color: #4fb8d5;
	font-size: 22px;
	text-decoration: none;
}

.other-product-name a:hover {
	color: #444444;
}




/* other-product-show */
.product-show-main .col-xs-12,
.product-show-main .col-sm-6,
.product-show-main .col-md-7,
.product-show-main .col-lg-7{
	padding-left: 0;
	padding-right: 0;
}



.product-img-border{
	margin-top: 10px;
	margin-right: 30px;
}
.sp-large{
	border: 1px solid #e4e4e4;
}
.sp-thumbs{
	margin-top: 20px;
}
.sp-thumbs a:link{
	width: 18%;
	border: 1px solid #e4e4e4;
	margin: 0 1%;
}



.product-parameter{
	margin-top: 10px;
}
.product-parameter-one h1{
	font-size: 30px;
	color: #444444;
}
.product-parameter-profile{
	font-size: 16px;
	color: #969696;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	line-height: 28px;
}




.product-directions{
	margin-top: 30px;
}


.product-title-center{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 30px;
} 
.product-title-center h2 {
	text-align: center;
	margin: 20px 0;
} 

.product-title-center h2 span {
	font-size: 30px;
	font-weight: 400;
	padding: 0 20px;
}
















/* product-related */
.product-related{
	padding-top: 30px;
}
.product-related-main{
	margin-top: 50px;
}












.footer-part {
	background-color: #ececec;
	padding: 40px 0 20px 0;
	color: #444444;
}

.footer-part a {
	color: #444444;
	text-decoration: none;
}

.footer-part a:hover {
	color: #ffffff;
}

.footer-title {
	margin-bottom: 30px;
}

.footer-title h3 {
	color: #444444;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase; 
}

.footer-links {
	padding-bottom: 20px;
}

.footer-links a {
	display: block;
	padding: 4px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-links a:hover {
	color: #4db7d4;
}
.footer-content-part{
	background-color: #ececec;
	color: #444444;
	line-height: 30px;
}

.footer-links-part a{
	padding: 10px 0;
}

.copyright {
	background-color: #ececec;
	border-top: 1px solid #c8c6c6;
}

.copyright-info {
	text-align: center;
	color: #c8c6c6;
	line-height: 60px;
	font-size: 16px;
}




/*分页样式*/
.paginations {
	text-align: left;
	margin: 20px 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li > span:hover {
	background-color: #ececec;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.paginations .totalpage,
.paginations li a {
	padding: 4px 10px;
	border: 1px solid #ececec;
	background: #ececec;
	margin: 0 3px;
	color: #a9a9a9;
}

.paginations .totalpage:hover,
.paginations li a:hover {
	border: 1px solid #ececec;
	color: #a9a9a9;
}

.paginations li a:hover {
	border: 1px solid #7fb8d2;
	color: #ffffff;
	background: #7fb8d2;
}

.paginations .active span {
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #7fb8d2;
	color: #ffffff;
	background: #7fb8d2;
}

.paginations .active span:hover {
	border: 1px solid #7fb8d2;
	color: #ffffff;
	background: #7fb8d2;
}

.search_tips {
	color: #E74C3C;
	font-weight: 300;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid #e4e4e2;
	padding: 15px 20px;
	margin-top: 40px;
}

.search_keyword {
	color: #eb8c18;
}

#feedbackform > div > div.form-group > label > span{
	color: #E74C3C;
}
#userform > div > div.form-group > label > span{
	color: #E74C3C;
}

